Fix docs build hopefully
authorFelix Krull <f_krull@gmx.de>
Wed, 17 Oct 2018 23:56:14 +0000 (01:56 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index d65dc39ea4e35afaeea29db01ecef279fef6ab68..a04e26b0346b7d4cb1c8ac12f4825b5387984814 100644 (file)
@@ -42,7 +42,8 @@ libostree_nightly:
 docs:
   stage: docs
   script:
-  - cargo doc --verbose --features dox,lgpl-docs
+  - cd libostree
+  - cargo doc --verbose --features "dox lgpl-docs"
   artifacts:
     paths:
     - target/doc